fix(ci): fix local dev label (bump labeler to v6) (@d1rshan)#7980
Open
d1rshan wants to merge 1 commit into
Open
fix(ci): fix local dev label (bump labeler to v6) (@d1rshan)#7980d1rshan wants to merge 1 commit into
d1rshan wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the GitHub labeler workflow and configuration to align with newer actions/labeler syntax and behavior.
Changes:
- Bumped
actions/labelerfromv4tov6and enabled label synchronization. - Migrated
.github/labeler.ymlrules to thechanged-files-based configuration format. - Adjusted label matching globs (notably in the “local dev” label and asset exclusions).
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| .github/workflows/labeler.yml | Updates labeler action version and enables sync-labels. |
| .github/labeler.yml | Migrates label rules to the v6-compatible changed-files schema and updates glob patterns. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
'local dev' label is not set by
actions/labeler@v4(pr: #7868)and it looks like there is some problem with v4 (i tried multiple fixes while keeping in v4 but the issue persisted).
Fix
only bumping the labeler version works which required rewriting config to new syntax.
tested and verified for all labels in my fork: d1rshan#5